home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Abt_math.exe / 0 / RCDATA / TSTKFAYAR / TSTKFAYAR.txt
Encoding:
Text File  |  2000-07-28  |  5.1 KB  |  200 lines

  1. object StkFAyar: TStkFAyar
  2.   Left = 11
  3.   Top = 115
  4.   Width = 783
  5.   Height = 375
  6.   HelpContext = 61
  7.   Caption = 'Stok Fiyat Ayarlama'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   HelpFile = 'Math.hlp'
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 307
  24.     Width = 775
  25.     Height = 41
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object btnolustur: TSpeedButton
  29.       Left = 237
  30.       Top = 12
  31.       Width = 157
  32.       Height = 22
  33.       Caption = '&Tamam'
  34.       Flat = True
  35.       Glyph.Data = {
  36.         76010000424D7601000000000000760000002800000020000000100000000100
  37.         04000000000000010000120B0000120B00001000000000000000000000000000
  38.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  39.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  40.         555555555555555555555555555555555555555555FF55555555555559055555
  41.         55555555577FF5555555555599905555555555557777F5555555555599905555
  42.         555555557777FF5555555559999905555555555777777F555555559999990555
  43.         5555557777777FF5555557990599905555555777757777F55555790555599055
  44.         55557775555777FF5555555555599905555555555557777F5555555555559905
  45.         555555555555777FF5555555555559905555555555555777FF55555555555579
  46.         05555555555555777FF5555555555557905555555555555777FF555555555555
  47.         5990555555555555577755555555555555555555555555555555}
  48.       NumGlyphs = 2
  49.       OnClick = btnolusturClick
  50.     end
  51.     object clo: TSpeedButton
  52.       Left = 420
  53.       Top = 12
  54.       Width = 150
  55.       Height = 22
  56.       Caption = '&Vazge∩┐╜'
  57.       Flat = True
  58.       Glyph.Data = {
  59.         76010000424D7601000000000000760000002800000020000000100000000100
  60.         04000000000000010000120B0000120B00001000000000000000000000000000
  61.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  62.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  63.         03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  64.         0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  65.         0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  66.         0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  67.         0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  68.         0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  69.         0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  70.         0333337F777FFFFF7F3333000000000003333377777777777333}
  71.       NumGlyphs = 2
  72.       OnClick = cloClick
  73.     end
  74.   end
  75.   object DBGrid1: TDBGrid
  76.     Left = 0
  77.     Top = 0
  78.     Width = 775
  79.     Height = 307
  80.     Align = alClient
  81.     DataSource = StkDM.StkSource
  82.     FixedColor = clYellow
  83.     TabOrder = 1
  84.     TitleFont.Charset = DEFAULT_CHARSET
  85.     TitleFont.Color = clWindowText
  86.     TitleFont.Height = -11
  87.     TitleFont.Name = 'MS Sans Serif'
  88.     TitleFont.Style = []
  89.     Columns = <
  90.       item
  91.         Expanded = False
  92.         FieldName = 'StNo'
  93.         ReadOnly = True
  94.         Title.Caption = 'Stokno'
  95.         Width = 85
  96.         Visible = True
  97.       end
  98.       item
  99.         Expanded = False
  100.         FieldName = 'StAd'
  101.         ReadOnly = True
  102.         Title.Caption = 'StokAd∩┐╜'
  103.         Width = 189
  104.         Visible = True
  105.       end
  106.       item
  107.         Expanded = False
  108.         FieldName = 'GercekStok'
  109.         ReadOnly = True
  110.         Visible = True
  111.       end
  112.       item
  113.         Expanded = False
  114.         FieldName = 'Birim1'
  115.         Visible = True
  116.       end
  117.       item
  118.         Expanded = False
  119.         FieldName = 'KDV'
  120.         Width = 35
  121.         Visible = True
  122.       end
  123.       item
  124.         Expanded = False
  125.         FieldName = 'Satis1'
  126.         Width = 127
  127.         Visible = True
  128.       end
  129.       item
  130.         Expanded = False
  131.         FieldName = 'SatDov1'
  132.         Visible = True
  133.       end
  134.       item
  135.         Expanded = False
  136.         FieldName = 'Satis2'
  137.         Width = 117
  138.         Visible = True
  139.       end
  140.       item
  141.         Expanded = False
  142.         FieldName = 'SatDov2'
  143.         Visible = True
  144.       end
  145.       item
  146.         Expanded = False
  147.         FieldName = 'Satis3'
  148.         Width = 122
  149.         Visible = True
  150.       end
  151.       item
  152.         Expanded = False
  153.         FieldName = 'SatDov3'
  154.         Visible = True
  155.       end
  156.       item
  157.         Expanded = False
  158.         FieldName = 'Alis1'
  159.         Width = 120
  160.         Visible = True
  161.       end
  162.       item
  163.         Expanded = False
  164.         FieldName = 'AlDov1'
  165.         Visible = True
  166.       end
  167.       item
  168.         Expanded = False
  169.         FieldName = 'Alis2'
  170.         Width = 129
  171.         Visible = True
  172.       end
  173.       item
  174.         Expanded = False
  175.         FieldName = 'AlDov2'
  176.         Visible = True
  177.       end
  178.       item
  179.         Expanded = False
  180.         FieldName = 'Alis3'
  181.         Visible = True
  182.       end
  183.       item
  184.         Expanded = False
  185.         FieldName = 'AlDov3'
  186.         Visible = True
  187.       end
  188.       item
  189.         Expanded = False
  190.         FieldName = 'alis4'
  191.         Visible = True
  192.       end
  193.       item
  194.         Expanded = False
  195.         FieldName = 'Aldov4'
  196.         Visible = True
  197.       end>
  198.   end
  199. end
  200.